home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula2
- Path: lut.ac.uk!usenet
- From: "J.Last" <eljl3@dwalin.lut.ac.uk>
- Subject: structured types & procedures
- Sender: usenet@lut.ac.uk (Usenet-News)
- Message-ID: <DnrCDH.17u@lut.ac.uk>
- Date: Mon, 4 Mar 1996 19:20:05 GMT
- X-Nntp-Posting-Host: elsun1.lut.ac.uk
- X-Url: news:comp.lang.modula2
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- Mime-Version: 1.0
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4m)
- Organization: Loughborough University of Technology, UK
-
- I use both the FTL Modula-2 compiler for CP/M and the Stony Brook compiler for
- the PC. In the FTL compiler, this statement was fine:
-
- TYPE Vector: ARRAY [0..10] OF REAL;
-